home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1998 May / Electronic Clipper 1998-05.iso / Idea Source® / dream.dir / 00027_Script_expop < prev    next >
Text File  |  1998-03-17  |  294b  |  15 lines

  1. on mousedown
  2.   
  3.   puppetsound (2) "click"
  4.   
  5.   if soundbusy (1) then sound stop 1
  6.   else puppetsound (1) "message"
  7.   
  8.   repeat while the mousedown
  9.     set the visible of sprite 12 to false
  10.     updatestage
  11.   end repeat
  12.   set the visible of sprite 12 to true  
  13.   updatestage
  14.   
  15. end